www.gusucode.com > 8:【198-3690】html5响应式网站织梦模板源码 IT网络工作室整站(自适应手机) > 8:【198-3690】html5响应式网站织梦模板源码 IT网络工作室整站(自适应手机)/skins/js/service_two.js

    $(document).ready(function (e) {
    
    $(".serveAppBk2_Picul li").hover(function () {
        $(this).find("img").animate({ top: 5, marginBottom: 13 }, 300)
    }, function () {
        $(this).find("img").animate({ top: 0, marginBottom: 10 }, 300)

    })
  


});